projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85d4b86
)
text: Fix a documentation mishap
author
Timm Bäder
<mail@baedert.org>
Sat, 17 Oct 2020 06:02:18 +0000
(08:02 +0200)
committer
Timm Bäder
<mail@baedert.org>
Thu, 22 Oct 2020 15:46:34 +0000
(17:46 +0200)
gtk/gtktext.c
patch
|
blob
|
history
diff --git
a/gtk/gtktext.c
b/gtk/gtktext.c
index 7117ae39c6772b50e1aeaf363dc4a76956956942..cb06561b77e527d2a96384682bdee5bb543e9b06 100644
(file)
--- a/
gtk/gtktext.c
+++ b/
gtk/gtktext.c
@@
-3236,7
+3236,7
@@
gtk_text_grab_focus (GtkWidget *widget)
* Causes @self to have keyboard focus.
*
* It behaves like gtk_widget_grab_focus(),
- * except that it doesn't select the contents of
the
self.
+ * except that it doesn't select the contents of
@
self.
* You only want to call this on some special entries
* which the user usually doesn't want to replace all text in,
* such as search-as-you-type entries.